Name-Surname = Hüseyin Yiğit Ülker Student Id = 21993092
The purpose of this assignment is to view the images of an image in different colour spaces, to obtain a colorful and high quality image by combining it with image processing techniques.
I followed these steps while doing the homework:
1- The process of reading images from the data set
2- Destroying the black and white areas on the edges of the read images
3- Separating the images from the horizontal black areas in the picture that separate the channels from each other
4- Common region scanning to merge images of different sizes that I separated as B, G, R
5- Image enhancement processes
The data we use in the homework, as seen below, is taken with a single image containing 3 different images that correspond the blue, green and red channels of the same image.
I cleaned up the unnecessary black and white edges before separating the pictures. While doing these operations, the image I dealt with the number of changes in pixel numbers in certain regions. I cleared pixels with fewer changes.
While dividing the pictures into 3 parts, I determined the black line separating the pictures from each other and separated them from that region. While locating that region, assuming that 1/3 and 2/3 of the picture's height passes through the points, I chose the row with the most black pixels in 40 rows around these points as 20 below and 20 above. I set the black color limit to 40.
I used the merge method to combine the pictures I divided into color channels. I used Gabor edge detection to find common points in all three images while applying the merging process. By scanning the rows 10 down and 10 up from the midpoints of the 3 filtered images, I combined them from the region with the least mean square error in each image.
I applied image sharpening as image enhancement so that the images I created are clearer.
Image 1
Image 2
Image 3
Image 4
Image 5
Image 6
Image 7
Image 8
Image 9
Image 10
Image 11
Image 12
Image 13
Image 14
Image 15
Image 16
Image 17
Image 18
Image 19
Image 20
Image 21
Image 22
Image 23
Image 24
Image 25
Image 26
Image 27
Image 28
Image 29